home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Explosion
/
Software Explosion (Fore-Matt Home Computing)(1996).iso
/
games
/
windows
/
bg
/
game.bat
< prev
next >
Wrap
DOS Batch File
|
1995-08-01
|
642b
|
17 lines
@echo off
cls
echo The games on this CD cannot be started directly
echo from the menu because they are Windows games.
echo Just use the menu to install the games you want
echo to play, start Windows and use the file... run
echo command. The games are all installed in a directory
echo called WINGAMES. Alternatively, you can use the file
echo manager from the main program group to help you locate
echo the programs. You can also add the games you like
echo to your games group. For more information about
echo how to do this, consult your Windows manual.
echo Press any key to return to the menu.
pause > NUL
cls